runtime.mspan.freeIndexForScan (field)
7 uses
	runtime (current package)
		arena.go#L1113: 	s.freeIndexForScan = 1
		malloc.go#L1211: 	span.freeIndexForScan = span.freeindex
		mbitmap.go#L1120: 	if index < uintptr(s.freeIndexForScan) {
		mgcsweep.go#L675: 	s.freeIndexForScan = 0
		mheap.go#L431: 	freeIndexForScan uint16
		mheap.go#L1415: 		s.freeIndexForScan = 0
		mheap.go#L1714: 	span.freeIndexForScan = 0
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |